home *** CD-ROM | disk | FTP | other *** search
- More
-
- Displays the contents of a designated ASCII file in the Shell window. More
- does not have an icon. It has been superseded by the MultiView program;
- however, it is still available.
-
- Format
-
- MORE <filename>
-
- Template
-
- (none)
-
- Location
-
- SYS:Utilities
-
- Specify the complete path if the file is not in the current directory. More
- displays a file requester if you do not specify a file.
-
- Pressing the H key provides explanations for More's command keys. The
- following options can be used with More:
-
- <Space>
-
- Next Page (More).
-
- <Return>
-
- Next Line.
-
- q or Ctrl+C
-
- Quit.
-
- H
-
- Help.
-
- /string
-
- Search for string (case-sensitive). Entering n following the string searches
- for the next occurrence of the string.
-
- .string
-
- Search for string (not case-sensitive).
-
- N
-
- Find next occurrence of search string.
-
- Ctrl+L
-
- Refresh window.
-
- <
-
- First page.
-
- >
-
- Last page.
-
- %N
-
- Move %N into the file.
-
- b or <Backspace>
-
- Previous page (less).
-
- E
-
- Edit the current file using the editor set in ENV:EDITOR.
-
- More also accepts input from a PIPE. The Previous Page (Backspace or b), Last
- Page (>), and Move %N into file (%N) commands are disabled when the More
- input is from a PIPE because standard input from a PIPE is of unknown length.
-
- When you use More from the Shell, you can open an editor to use on the file
- you are viewing (press Shift+E) if the EDITOR variable is defined. Provide
- the complete path to the specified editor in the EDITOR variable; for
- example, C:ED.
-
- Example:
-
- 1> MORE DF0:TestFile
-
- displays the contents of the ASCII file called TestFile on the disk in drive
- DF0:.
-